projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e462e42
)
(define-function): Define as alias for defalias.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Oct 1996 23:54:53 +0000
(23:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Oct 1996 23:54:53 +0000
(23:54 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index fdb5b757b6d2981c63e04a36ad9e21648e9de5ad..83cc198040d9d52e2e88767cb91877fde37f58c0 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-415,6
+415,7
@@
as returned by the `event-start' and `event-end' functions."
(defalias 'buffer-flush-undo 'buffer-disable-undo)
(defalias 'eval-current-buffer 'eval-buffer)
(defalias 'compiled-function-p 'byte-code-function-p)
+(defalias 'define-function 'defalias)
;; Some programs still use this as a function.
(defun baud-rate ()